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