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