export declare function getAddressType(chainName: string): string;
export declare function getGasPrice(chainName: string, denom?: string): string;
export declare function needsService(relayerType: string): boolean;
