export declare function generateUniqueType(baseName: string): TestType; export declare type TestType = { name: string; plural: string; }; //# sourceMappingURL=graphql-types.d.ts.map