export declare const ENCRYPT_URL: {
    MONAD: {
        ENCRYPT: string;
        DECRYPT: string;
    };
    ARBITRUM: {
        ENCRYPT: string;
        DECRYPT: string;
    };
    BASE_SEPOLIA: {
        ENCRYPT: string;
        DECRYPT: string;
    };
    ARBITRUM_SEPOLIA: {
        ENCRYPT: string;
        DECRYPT: string;
    };
    AVALANCHE: {
        ENCRYPT: string;
        DECRYPT: string;
    };
};
