import { GatewayApiClient } from '@radixdlt/babylon-gateway-api-sdk'; export declare function getMailboxConfig(gateway: Readonly, mailboxAddress: string): Promise<{ address: string; owner: string; localDomain: number; nonce: number; defaultIsm?: string; defaultHook?: string; requiredHook?: string; }>; export declare function isMessageDelivered(gateway: Readonly, mailboxAddress: string, messageId: string): Promise; //# sourceMappingURL=mailbox-query.d.ts.map