import type { EXTENSION } from "@wildboar/pki-stub";
import { ServiceLocator } from "../OCSP-2013-08/ServiceLocator.ta.mjs";
/**
 * @summary re_ocsp_service_locator
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * re-ocsp-service-locator EXTENSION ::= { SYNTAX ServiceLocator
 *                                     IDENTIFIED BY
 *                                     id-pkix-ocsp-service-locator }
 * ```
 *
 * @constant
 * @type {EXTENSION<ServiceLocator>}
 * @implements {EXTENSION<ServiceLocator>}
 */
export declare const re_ocsp_service_locator: EXTENSION<ServiceLocator>;
//# sourceMappingURL=re-ocsp-service-locator.oa.d.mts.map