export type TSchemataBase = { base: string; compatibilityLevel: number; collation: string; description: string; system: boolean; error: string; }; export declare function Info(bases?: string[]): string; //# sourceMappingURL=base.d.ts.map