import type { ChangeFeedRetentionTimeSpan } from "./ChangeFeedRetentionTimeSpan.js";
/**
 * Represents the change feed policy configuration for a container in the Azure Cosmos DB service.
 */
export declare class ChangeFeedPolicy {
    retentionDuration: number;
    constructor(retentionDuration: ChangeFeedRetentionTimeSpan);
}
//# sourceMappingURL=ChangeFeedPolicy.d.ts.map