import { StringifiedKey } from '../interfaces'; /** * Creates an array of function property names from own enumerable properties of `object`. * * Contribution to minified bundle size, when it is the only function imported: * - Lodash: 3,504 bytes * - Micro-dash: 225 bytes */ export declare function functions(obj: T): Array>;