export declare type GqlRecord = { id: string; __typename: string; [key: string]: any; };