/** Custom Snapshot */
export interface CustomSnap {
    /** date and time at which snapshot will be automatically destroyed */
    expiration?: string;
    /** name of the snapshot */
    name: string;
}
//# sourceMappingURL=CustomSnap.d.ts.map