import type { EXTENSION } from '@wildboar/x500/AuthenticationFramework'; /** * @summary QueryExtensions * @description * * ### ASN.1 Definition: * * ```asn1 * QueryExtensions EXTENSION ::= {...} * ``` * * @constant * @type {EXTENSION[]} * */ export declare const QueryExtensions: EXTENSION[]; //# sourceMappingURL=QueryExtensions.osa.d.mts.map