import { TypeEnum } from "./TypeEnum"; export declare type ParsedNamespacedIdentifierType = { _type: TypeEnum.NAMESPACE_IDENTIFIER_TYPE; namespace: string; name: string; };