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