export function keys(obj: any): string[]; export function values(obj: any): any[]; export function noop(): void; export { extend } from "./utils/extend"; export { each } from "./utils/each"; export { heredoc } from "./utils/heredoc"; export { type, isObjectOrArray, isNumeric, isString, isObject, isArray, isRegExp, isFunction } from "./utils/type";