import type { FrontendIR } from "../../ir/domain/frontend.js"; import type { FrontendTargetIR } from "../../ir/target/frontend.js"; export declare function frontendDomainToTarget(ir: FrontendIR, policies?: any): FrontendTargetIR;