import { Environment } from 'graphql-zeus-core'; import * as generators from "./generators/TypeScript.js"; import * as templates from "./templates/TypeScript.js"; export { generators, templates }; export declare const CommandTypings: ({ typingsDir, namespace, project, projectVersion, typingsEnv, typingsHost, }: { typingsDir?: string | undefined; namespace?: string | undefined; project?: string | undefined; projectVersion?: string | undefined; typingsEnv?: Environment | undefined; typingsHost?: string | undefined; }) => Promise;