export declare const skippable: (value: any, fieldName: string, config: {
    existyStrict: boolean;
}) => boolean;
