export declare const $SnapshotsGetResponse: {
    properties: {
        snapshots: {
            type: string;
        };
    };
};
