export declare const isPlainObject: (target: any) => boolean; export declare const delay: (time?: number) => Promise;