export {}; import { Utils } from '../BaseUtils'; export declare class ApiUtils extends Utils { constructor(); getEntityDefinition: (req: any) => Promise>; generateResponse: (req: any) => Promise>; getSchema: (req: any) => Promise>; } //# sourceMappingURL=index.d.ts.map