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