import { CellParserResult } from "./ModernCellParser"; export interface CellFunction { get name(): string; get sqlFunctionArgumentsCount(): number; prepare(content: T): CellParserResult; }