/** * Internal dependencies */ import type { Admin } from '.'; /** * Open the post with given ID in the editor. * * @param this * @param postId Post ID to visit. */ export declare function editPost(this: Admin, postId: string | number): Promise; //# sourceMappingURL=edit-post.d.ts.map