import { Snapshot } from './Snapshot';
export declare type SnapshotGetResponse = {
    snapshot?: Snapshot;
};
