export declare function generateTsSchema(name: string, schemas: any[], // eslint-disable-line @typescript-eslint/no-explicit-any outPath: string, skipSchemaErrors: boolean): Promise; export declare const clean: (obj: Record) => any;