import { ServerEvent, VuerProps } from '../vuer/interfaces'; export type SaveSnapshotEvent = ServerEvent & { key?: string; }; export declare function SnapshotHandler({ _key: key }: VuerProps): any;