/** * https://github.com/Microsoft/TypeScript/issues/29729 */ export declare type LiteralUnion = T | (U & {}); export declare type Point = [number, number];