export declare type GraphqlApiEavType = { id?: number; name?: string; resourceId?: number; type?: string; value?: string; };