import { Address, Cell, Message, StateInit } from "ton-core"; export declare function internal(params: { from: Address; to: Address; value: bigint; body?: Cell; stateInit?: StateInit; bounce?: boolean; bounced?: boolean; ihrDisabled?: boolean; ihrFee?: bigint; forwardFee?: bigint; createdAt?: number; createdLt?: bigint; }): Message;