/** * External dependencies */ import type { Locator } from '@playwright/test'; /** * Internal dependencies */ import type { Editor } from './index'; export declare function selectBlocks(this: Editor, startSelectorOrLocator: string | Locator, endSelectorOrLocator?: string | Locator): Promise; //# sourceMappingURL=select-blocks.d.ts.map