export type TSchemataCheck = { schema: string; table: string; check: string; checkValue: string; description: string; }; export declare function Info(base: string, schemas?: string[], tables?: string[]): string; //# sourceMappingURL=check.d.ts.map