import type { GatewayService } from './service.js'; /** Resolve media only when the supplied session or task references it. */ export declare function resolveScopedMediaReference(service: GatewayService, uri: string, scope: { sessionKey?: string; taskId?: string; }): Promise;