export declare const stringParser: (value: string, type?: string) => string | boolean | Date;
export declare const dataParser: (value: any, targetType: string) => any;
