export declare const $SnapshotScheduleGetResponse: {
    properties: {
        snapshot_schedule: {
            type: string;
        };
    };
};
