import { SnapshotSchedule } from './SnapshotSchedule';
export declare type SnapshotScheduleIndex = Record<string, SnapshotSchedule>;
