export declare const SYNAPSE_EXPLORER_KAPPA = "https://explorer.synapseprotocol.com/tx/";
export declare const SYNAPSE_EXPLORER = "https://explorer.synapseprotocol.com/";
export declare const getTxSynapseExplorerLink: ({ kappa, txHash, originChainId, destinationChainId, }: {
    kappa?: string;
    txHash?: string;
    originChainId: number;
    destinationChainId?: number;
}) => string;
