export declare const bindAll: (object: T) => { [K in keyof T]: T[K]; }; export declare function toString(value: any, deep?: boolean): string;