export declare const $SnapshotSchedulesGetResponse: {
    properties: {
        snapshot_schedules: {
            type: string;
        };
    };
};
