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