/// <reference types="handlebars" />
import { Type } from 'graphql-codegen-core';
export declare function importMappers(types: Type[], options: Handlebars.HelperOptions): string;
