import type { User } from '@n8n/db';
export declare function assertRowReadAccessIfReturningRows(user: User, dataTableId: string, { dryRun, returnData }: {
    dryRun?: boolean;
    returnData?: boolean;
}): Promise<void>;
