import { Type, Interface } from 'graphql-codegen-core';
export declare function importMappers(types: Type[], interfaces: Interface[], options: Handlebars.HelperOptions): string;
