export interface Obj { [key: string]: any; } export declare function parseRecord(json: Obj): Obj; export declare function parseCollection(json: Obj): Obj; export declare function parseResponse(json: Obj): Obj;