export type TSchemataSchema = { schema: string; owner: string; system: boolean; description: string; }; export declare function Info(base: string, schemas?: string[]): string; //# sourceMappingURL=schema.d.ts.map