export declare function parse(...fields: string[]): (input: any) => any;
export declare function human(...fields: string[]): (input: any) => any;
