export declare const orderValue: (value?: string | undefined) => "DESC" | "ASC"; export declare const createDateValue: (createDate: any) => any;