export declare const credentials: {
    microsoftAzureCosmosDbSharedKeyApi: {
        account: string;
        key: string;
        database: string;
        baseUrl: string;
    };
};
//# sourceMappingURL=credentials.d.ts.map