import { FormStatus } from '../types';
export declare function getStatus(status: FormStatus, path?: unknown): boolean;
