export declare const getState: import("h3").EventHandlerWithFetch>>; export declare const putState: import("h3").EventHandlerWithFetch>; export declare const deleteState: import("h3").EventHandlerWithFetch>; /** List all compose drafts */ export declare const listComposeDrafts: import("h3").EventHandlerWithFetch[]>>; /** Get a single compose draft */ export declare const getComposeDraft: import("h3").EventHandlerWithFetch>>; /** Create or update a compose draft */ export declare const putComposeDraft: import("h3").EventHandlerWithFetch>; /** Delete a single compose draft */ export declare const deleteComposeDraft: import("h3").EventHandlerWithFetch>; /** Delete all compose drafts */ export declare const deleteAllComposeDrafts: import("h3").EventHandlerWithFetch>; //# sourceMappingURL=handlers.d.ts.map