import { Attachment } from "../../types";
export type AttachmentClientState = Attachment;
export type AttachmentClientApi = {
    getState(): AttachmentClientState;
    remove(): Promise<void>;
};
//# sourceMappingURL=Attachment.d.ts.map