import { ICircle } from './ICircle';
export declare function GetCircleArea(circle: ICircle): number;
//# sourceMappingURL=GetCircleArea.d.ts.map