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