import { Remote } from '../constants';
export declare const HEARTWOOD_REMOTES: Omit<Record<Remote, string>, 'custom'>;
declare const heartwoodRemoteUtil: {
    buildUrl(remote: Remote): any;
};
export default heartwoodRemoteUtil;
