import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { Time } from "x500-ts/dist/node/modules/AuthenticationFramework/Time.ta";
export declare type SigningTime = Time;
export declare function _decode_SigningTime(el: _Element): Time;
export declare function _encode_SigningTime(value: SigningTime, elGetter: $.ASN1Encoder<SigningTime>): _Element;
//# sourceMappingURL=SigningTime.ta.d.ts.map