export declare const $DeletedSnapshotsGetResponse: {
    properties: {
        deleted_snapshots: {
            type: string;
        };
    };
};
