export declare function omit(object: object, remove: string[]): {} & object;
export declare function isFunction(value: any): boolean;
