import { CompilerContext } from "apollo-codegen-core/lib/compiler"; import { TSTypeAliasDeclaration } from "@babel/types"; export declare const normalizedDataDeclarations: (context: CompilerContext) => (import("babel-types").VariableDeclaration | TSTypeAliasDeclaration)[];