import type { UnderstandingSourceProcessingPolicy } from './types.js'; export declare function allowsRemoteSourceProcessing(policies: Iterable): boolean;