import type { OutputPolicyDocument, OutputProfileName } from "../../domain/runtime/output-policy.js"; export type ActorType = "recursiveWorker" | "topLevelHuman" | "releaseSignoff"; export declare function selectOutputProfile(policy: OutputPolicyDocument, actor: ActorType): OutputProfileName; //# sourceMappingURL=select-output-profile.d.ts.map