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