import { ParserConfig } from '@mockingbird/parser'; import { ClassLiteral } from '@mockingbird/common'; export declare type GeneratedMock = TClass | ClassLiteral | TClass[] | ClassLiteral[]; export declare type Keys = ParserConfig['omit']; export declare type Mutations = ParserConfig['mutations'];