export type TSchemataFunctionType = 'table' | 'scalar'; export type TSchemataProcedure = { schema: string; procedure: string; clr: boolean; description: string; }; export declare function Info(base: string, schemas?: string[], procedures?: string[]): string; //# sourceMappingURL=procedure.d.ts.map