export type TSchemataIndex = { schema: string; table: string; column: string; index: string; type: string; included: boolean; }; export declare function Info(base: string, schemas?: string[], tables?: string[]): string; //# sourceMappingURL=index.d.ts.map