import { PresignedUrlResponse } from '../../../shared/types';
import { AzureSasUrlParams } from '../../types';
export default function azureGenerateSasUrl({ fileParams, containerName, credentials, expiresIn, }: AzureSasUrlParams): Promise<PresignedUrlResponse>;