interface GetHostParams {
    purpose?: string;
}
export declare const getHost: ({ purpose }?: GetHostParams) => string;
export {};
