export declare function insertOne(args: any): Promise<any>;
export declare function insertMany(args: any): Promise<any>;
