UNPKG

335 BTypeScriptView Raw
1import { CompilerContext } from "apollo-codegen-core/lib/compiler";
2import Dependencies from "./dependencies";
3import { ImportDeclaration } from "@babel/types";
4declare const _default: (dependencies: Dependencies, outputPath: string, globalSourcePath: string, context: CompilerContext) => ImportDeclaration[];
5export default _default;