import { ITypedef } from '@graphql-tools/utils';
export declare function concatenateTypeDefs(typeDefinitionsAry: Array<ITypedef>, calledFunctionRefs?: Set<ITypedef>): string;
