import type { Circle } from './types.js'; export declare function create(): Circle;