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