export declare function isValidObjectId(id: string): boolean; export declare const timeout: (ms: number) => Promise;