import { TypeNode } from 'graphql';
export declare function buildPackageNameFromPath(path: string): string;
export declare function wrapTypeWithModifiers(baseType: string, typeNode: TypeNode, listType?: string): string;
export declare function stripIndent(string: string): string;
