export declare function resolveEveAgentHost(input: {
    readonly agent?: string;
    readonly host?: string;
}): string;
