export declare class RequiredException extends Error {
    constructor(path: string, field: string);
}
