export declare function isFunction(input: any): boolean;
export declare function noop(): void;
export declare function isPlainObject(input: any): boolean;
