/**
 * Represents the result from a `SnapshotRequest`.
 */
export declare type SnapshotData = {
    [key: string]: any;
};
