import { ITableStorageRetentionParams } from "../interfaces/ITableStorageRetentionParams";
export declare class TableStorageRetentionSchema implements ITableStorageRetentionParams {
    tableName: string;
}
