/** * Create an object without a prototype. * @param object The original object. */ export declare function create(object?: Readonly): T;