import type { TableInfo as TInfo } from "prostgles-types/dist"; import type { ParsedTableRule } from "../../PublishParser/PublishParser"; import type { LocalParams } from "../DboBuilder"; import type { ViewHandler } from "./ViewHandler"; export declare function getInfo(this: ViewHandler, lang?: string, param2?: any, param3?: any, tableRules?: ParsedTableRule, localParams?: LocalParams): Promise; //# sourceMappingURL=getInfo.d.ts.map