export declare function isFunction(value: any): value is (...args: any[]) => any;
export declare function isPlainObject(value: any): boolean;
