import type { TldrawCommand } from '../../../types'; import type { TldrawApp } from '../../internal'; export declare function duplicatePage(app: TldrawApp, pageId: string): TldrawCommand; //# sourceMappingURL=duplicatePage.d.ts.map