import * as Messages from '../messages/index.js'; export declare const listPublicSpaceInboxes: ({ spaceId, syncServerUri, }: Readonly<{ spaceId: string; syncServerUri: string; }>) => Promise; export declare const listPublicAccountInboxes: ({ accountAddress, syncServerUri, }: Readonly<{ accountAddress: string; syncServerUri: string; }>) => Promise; export declare const getSpaceInbox: ({ spaceId, inboxId, syncServerUri, }: Readonly<{ spaceId: string; inboxId: string; syncServerUri: string; }>) => Promise; export declare const getAccountInbox: ({ accountAddress, inboxId, syncServerUri, }: Readonly<{ accountAddress: string; inboxId: string; syncServerUri: string; }>) => Promise; //# sourceMappingURL=get-list-inboxes.d.ts.map