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