/** * External dependencies */ import type { Page } from '@playwright/test'; /** * Internal dependencies */ import type { Editor } from './index'; /** * Opens the preview page of an edited post. * * @param this * * @return preview page. */ export declare function openPreviewPage(this: Editor): Promise; //# sourceMappingURL=preview.d.ts.map