import { Client } from "../index"; import { Collection } from "mongodb"; export declare const getClientsCollection: () => Collection; export declare const getClientByAPIKey: (apiKey: string) => Promise; //# sourceMappingURL=clients.getters.d.ts.map