import { SnapshotSchedule } from './SnapshotSchedule';
export declare type SnapshotScheduleGetResponse = {
    snapshot_schedule?: SnapshotSchedule;
};
