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