export declare const $SnapshotSchedulesinStorage: {
    type: string;
    contains: {
        properties: {
            object_name: {
                type: string;
            };
            next_runtime: {
                type: string;
                format: string;
            };
            keep_snapshots: {
                type: string;
            };
            create_time: {
                type: string;
            };
            name: {
                type: string;
            };
            run_interval: {
                type: string;
            };
            object_uuid: {
                type: string;
                format: string;
            };
        };
    };
};
