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