import { BaseFunction } from "./__base"; export declare class PiFunction extends BaseFunction { example: string; helpText: string[]; helpArgs: never[]; protected validate(): void; protected main(): number; } //# sourceMappingURL=pi.d.ts.map