export declare function skipValidation(value: any, options: {
    optional?: boolean;
    null?: boolean;
    empty?: boolean;
}): boolean;
