export declare function enableIdorProtection(config: {
    tenantColumnName: string;
    excludedTables?: string[];
}): void;
