export declare type TypegenFormatFn = (content: string, type: 'types' | 'schema') => string | Promise; export declare function typegenFormatPrettier(prettierConfig: string | object): TypegenFormatFn;