export declare const polarToCartesian: (centerX: number, centerY: number, radius: number, angleInDegrees: number) => { x: number; y: number; };