type Extracted = string | Extracted[];
/** @internal */
export declare function extractTypes(types: string[]): Extracted[];
export {};
