import type { AuthResultWithSID } from "../Auth/AuthTypes"; import type { PublishParser } from "./PublishParser"; import type { DboTable, ParsedPublishTable } from "./publishTypesAndUtils"; import { type PublishObject } from "./publishTypesAndUtils"; export declare function getTableRulesWithoutFileTable(this: PublishParser, { tableName, clientReq }: DboTable, clientInfo: AuthResultWithSID | undefined, overridenPublish?: PublishObject): Promise; //# sourceMappingURL=getTableRulesWithoutFileTable.d.ts.map