import { type OPERATION } from "../CommonProtocolSpecification/OPERATION.oca.mjs"; import { OPTIONALLY_PROTECTED } from "../EnhancedSecurity/OPTIONALLY-PROTECTED.ta.mjs"; import { Chained_ArgumentType_OPTIONALLY_PROTECTED_Parameter1 } from "./Chained-ArgumentType-OPTIONALLY-PROTECTED-Parameter1.ta.mjs"; import { Chained_ResultType_OPTIONALLY_PROTECTED_Parameter1 } from "./Chained-ResultType-OPTIONALLY-PROTECTED-Parameter1.ta.mjs"; export type ChainedOperation = OPERATION, OPTIONALLY_PROTECTED>; export declare const chained: (operation: OPERATION) => ChainedOperation; export default chained; //# sourceMappingURL=chained.oa.d.mts.map