export declare const VTHO_CONTRACT_ADDRESS = "0x0000000000000000000000000000456E65726779";
export declare const fundTreasuryVTHO: (address: string, amount: bigint) => Promise<void>;
export declare const fundTreasuryVET: (to: string, value: number) => Promise<void>;
export declare const fundInB3TR: (to: string, value: number) => Promise<void>;
