export { ForwardingArgs, ForwardingState } from "./forwarding";
export type Forwarding = import("./forwarding").Forwarding;
export declare const Forwarding: typeof import("./forwarding").Forwarding;
export { GetMailboxArgs, GetMailboxResult, GetMailboxOutputArgs } from "./getMailbox";
export declare const getMailbox: typeof import("./getMailbox").getMailbox;
export declare const getMailboxOutput: typeof import("./getMailbox").getMailboxOutput;
export { MailboxArgs, MailboxState } from "./mailbox";
export type Mailbox = import("./mailbox").Mailbox;
export declare const Mailbox: typeof import("./mailbox").Mailbox;
