export interface StringDateOptions { iso?: boolean; } export declare function stringDate(value: any, recipe?: StringDateOptions): boolean;