import { Types } from 'graphql-codegen-core'; import { Answers } from './types'; export declare function writeConfig(answers: Answers, config: Types.Config): { relativePath: string; fullPath: string; }; export declare function writePackage(answers: Answers, configLocation: string): void; export declare function bold(str: string): string; export declare function grey(str: string): string; export declare function italic(str: string): string;