import { GatewayApiClient } from '@radixdlt/babylon-gateway-api-sdk'; import { TransactionManifest } from '@radixdlt/radix-engine-toolkit'; import { RadixBase } from '../utils/base.js'; export declare function getCreateMailboxTx(base: Readonly, fromAddress: string, domainId: number): Promise; export declare function getSetMailboxOwnerTx(base: Readonly, gateway: Readonly, fromAddress: string, { mailboxAddress, newOwner, }: { mailboxAddress: string; newOwner: string; }): Promise; export declare function getSetMailboxRequiredHookTx(base: Readonly, fromAddress: string, { mailboxAddress, hookAddress, }: { mailboxAddress: string; hookAddress: string; }): Promise; export declare function getSetMailboxDefaultHookTx(base: Readonly, fromAddress: string, { mailboxAddress, hookAddress, }: { mailboxAddress: string; hookAddress: string; }): Promise; export declare function getSetMailboxDefaultIsmTx(base: Readonly, fromAddress: string, { mailboxAddress, ismAddress, }: { mailboxAddress: string; ismAddress: string; }): Promise; //# sourceMappingURL=mailbox-tx.d.ts.map