import type { Point } from '../../types'; export declare function getRotateCenterPoint({ x, y }: Point, radian: number): { x: number; y: number; };