import { CosmosConfig } from '../cosmosConfig/types.js';
type HttpsCreds = {
    key: string;
    cert: string;
};
export declare function getHttpsCreds(config: CosmosConfig): Promise<HttpsCreds>;
export {};
