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