import { FieldDefinitionNode } from "graphql"; declare type IgnoreMeta = { requiredFields: string[]; }; export declare const ERROR_MESSAGE = "Required fields of @computed must be a list of strings"; declare function getComputedMeta(field: FieldDefinitionNode, interfaceField?: FieldDefinitionNode): IgnoreMeta | undefined; export default getComputedMeta; //# sourceMappingURL=get-computed-meta.d.ts.map