export declare const getAzureConfig: () => {
    connectionString: string;
};
