import { AzureKeyCredential } from "@azure/core-auth"; interface ParsedConnectionString { credential: AzureKeyCredential; endpoint: string; } export declare function parseConnectionString(conn: string): ParsedConnectionString; export {}; //# sourceMappingURL=parseConnectionString.d.ts.map