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