/**
* 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 functionsaveDraft(this: Editor): Promise<void>;
//# sourceMappingURL=save-draft.d.ts.map