import type { BaseType } from "../Type/BaseType.js"; export declare function uniqueTypeArray(types: T[]): T[];