export declare class ChangeFeedRetentionTimeSpan {
    private retentionInMinutes;
    /**
     * Specifies the retention window in minutes for which processing the change feed with allVersionsAndDeletes mode will be available.
     */
    static fromMinutes(minutes: number): ChangeFeedRetentionTimeSpan;
}
//# sourceMappingURL=ChangeFeedRetentionTimeSpan.d.ts.map