import { GraphQLSchema } from 'graphql'; import { GenerateTypescriptOptions } from './types'; export { GenerateTypescriptOptions } from './types'; export declare const generateTSTypesAsString: (schema: GraphQLSchema | string, outputPath: string, options: GenerateTypescriptOptions) => Promise; export declare function generateTypeScriptTypes(schema: GraphQLSchema | string, outputPath: string, options?: GenerateTypescriptOptions): Promise; //# sourceMappingURL=index.d.ts.map