export declare class StorageSasConfig { sasToken: string; url: string; constructor(sasToken: string, url: string); }