import { ParserField } from 'graphql-zeus'; export declare const crudBase: ({ collection, resolverParent, field, sourceType, }: { collection: string; resolverParent: string; field: ParserField; sourceType?: string | undefined; }) => string;