import { Table } from "../../lib/table"; import { BaseFunction } from "./__base"; export declare class RowFunction extends BaseFunction { example: string; helpText: string[]; helpArgs: { name: string; description: string; option: boolean; }[]; protected validate(): void; protected main(trimmed: Table): number; } //# sourceMappingURL=row.d.ts.map