export declare function isPlainObject(value: any): boolean; export declare function sortKeys(object: any, options?: {}): any;