import { IBlobStorageSnapshotOutputSinkConfiguration } from ".."; import { BlobStorageConfiguration } from "../../config"; export declare class BlobStorageSnapshotOutputSinkConfiguration extends BlobStorageConfiguration implements IBlobStorageSnapshotOutputSinkConfiguration { set frequency(_: number); get frequency(): number; }