export declare function delay(t: number, v?: any): Promise<any>;
export declare const formatDateStr: (date: Date) => string;
