/** * https://tc39.es/ecma402/#sec-getoptionsobject * @param options * @returns */ export declare function GetOptionsObject(options?: T): T;