export declare function initMongo(mongoose: unknown, uri: string): Promise; export declare function destroyMongo(mongoose: unknown): Promise;