import { Types } from 'graphql-codegen-plugin-helpers'; export declare type YamlCliFlags = { config: string; watch: boolean; overwrite: boolean; }; export declare function createConfig(argv?: string[]): Types.Config | never;