declare const validateFunction: (f: Function, name: string) => void; declare const isUndefined: (val: any) => boolean; export { validateFunction, isUndefined }; //# sourceMappingURL=utils.d.ts.map