import type { TldrawCommand } from '../../../types'; import type { TldrawApp } from '../..'; export declare function createPage(app: TldrawApp, center: number[], pageId?: string): TldrawCommand; //# sourceMappingURL=createPage.d.ts.map