import { PrimitiveCode } from "../internal"; export declare class AddressType extends PrimitiveCode { static readonly baseType: string; static readonly namespace: string; static readonly typeName: string; static readonly primaryCodePath: string | null; static parsePrimitive(value: Parameters[0], extension?: Parameters[1], providedInstance?: AddressType): AddressType; static isAddressType(input?: unknown): input is AddressType; clone(): AddressType; getTypeName(): string; } //# sourceMappingURL=AddressType.d.ts.map