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