import { TypeScriptCommonConfig } from 'graphql-codegen-typescript-common'; import { PluginFunction } from 'graphql-codegen-core'; export interface TypeScriptClientConfig extends TypeScriptCommonConfig { noNamespaces?: boolean; } export declare const plugin: PluginFunction;