import * as GenericArrayCheck from "../../../../sync/check/generic/array"; import * as check from "../../../../sync/check/function"; export declare type ArrayOfFunctionResult = GenericArrayCheck.IsArrayOfResult; export declare function checkArrayOfFunction(mixed: any): undefined | ArrayOfFunctionResult;