import { PrintableString } from "@wildboar/asn1";
import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework";
/**
 * @summary countryOfResidence
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * countryOfResidence ATTRIBUTE ::= {
 *     WITH SYNTAX PrintableString (SIZE (2))
 *         (CONSTRAINED BY { -- ISO 3166 codes only -- })
 *     ID          id-pda-countryOfResidence }
 * ```
 *
 * @constant
 * @type {ATTRIBUTE<PrintableString>}
 * @implements {ATTRIBUTE<PrintableString>}
 */
export declare const countryOfResidence: ATTRIBUTE<PrintableString>;
//# sourceMappingURL=countryOfResidence.oa.d.mts.map