import { Table } from "../../lib/table"; import { BaseFunction } from "./__base"; export declare class SumifFunction extends BaseFunction { example: string; helpText: string[]; helpArgs: ({ name: string; description: string; optional?: undefined; } | { name: string; description: string; optional: boolean; })[]; protected validate(): void; protected main(range: Table, condition: string, sumRange: Table): number; } //# sourceMappingURL=sumif.d.ts.map