export declare function getFirstArgument(formula: string): string | null; export declare const isSupported: (functionName: string, formula: string) => boolean;