import { Base, Type } from "./type"; /** * @hidden */ export declare class SpiralTodo extends Base { static $t: Type; a: number; b: number; }