import { TypeEnum } from "./TypeEnum"; export declare type ParsedIdentifierType = { _type: TypeEnum.IDENTIFIER_TYPE; name: string; };