import { IInboxActions } from "./use-inbox-actions"; import { IInbox } from "./types"; import { IInboxMessagePreview } from "@trycourier/core"; declare const useInbox: () => IInbox & IInboxActions; export default useInbox; //# sourceMappingURL=use-inbox.d.ts.map