/** * Internal dependencies */ import type { Editor } from './index'; /** * Saves the post as a draft, resolving once the request is complete (once a notice * is displayed). */ export declare function saveDraft(this: Editor): Promise; //# sourceMappingURL=save-draft.d.ts.map