export declare const constants: {
    testnet: {
        contract_address: string;
    };
    mainnet: {
        contract_address: string;
    };
};
