1 | import { Types } from '@graphql-codegen/plugin-helpers';
|
2 | import { Answers } from './types';
|
3 | export declare function writeConfig(answers: Answers, config: Types.Config): Promise<{
|
4 | relativePath: string;
|
5 | fullPath: string;
|
6 | }>;
|
7 | export declare function writePackage(answers: Answers, configLocation: string): Promise<void>;
|
8 | export declare function bold(str: string): string;
|
9 | export declare function grey(str: string): string;
|
10 | export declare function italic(str: string): string;
|