export declare const PAYMASTER_BASE_URL = "https://paymaster.kanalabs.io";
export declare const MAINNET_NODE_URL = "https://fullnode.mainnet.aptoslabs.com/v1";
export declare const TESTNET_NODE_URL = "https://fullnode.testnet.aptoslabs.com/v1";
export declare const chainName: {
    [key: string]: string;
};
