import type { OPTIONALLY_PROTECTED } from "../modules/EnhancedSecurity/OPTIONALLY-PROTECTED.ta.mjs"; /** * @summary Where `op` is `OPTIONALLY_PROTECTED`, get `T` * @param op The optionally-protected T from whence the T is to be extracted * @returns The inner signed thing, if signed; otherwise, the thing. * @function */ export declare function getOptionallyProtectedValue(op: OPTIONALLY_PROTECTED): T; export default getOptionallyProtectedValue; //# sourceMappingURL=getOptionallyProtectedValue.d.mts.map