import type { HttpAgentOptions } from '@icp-sdk/core/agent';
export declare const shouldFetchRootKey: ({ hostname }: {
    hostname: string;
}) => Pick<HttpAgentOptions, "shouldFetchRootKey" | "host">;
