import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { SingleAttribute } from "../PKIX-CommonTypes-2009/SingleAttribute.ta"; export { SingleAttribute, _decode_SingleAttribute, _encode_SingleAttribute, } from "../PKIX-CommonTypes-2009/SingleAttribute.ta"; export declare type Controls = SingleAttribute[]; export declare function _decode_Controls(el: _Element): Controls; export declare function _encode_Controls(value: Controls, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=Controls.ta.d.ts.map