import type { WithAccessibleAcr } from "../acp";
/** @hidden */
export declare function getAgentUrlAll(acr: WithAccessibleAcr): string[];
