import * as $ from "asn1-ts/dist/node/functional";
import { Path } from "../PKCS-15/Path.ta";
import { URL } from "../PKCS-15/URL.ta";
export { Path, _decode_Path, _encode_Path } from "../PKCS-15/Path.ta";
export { URL, _decode_URL, _encode_URL } from "../PKCS-15/URL.ta";
export declare type ReferencedValue<Type> = {
    path: Path;
} | {
    url: URL;
};
export declare function _get_decoder_for_ReferencedValue<Type>(_decode_Type: $.ASN1Decoder<Type>): $.ASN1Decoder<ReferencedValue<Type_1>>;
export declare function _get_encoder_for_ReferencedValue<Type>(_encode_Type: $.ASN1Encoder<Type>): $.ASN1Encoder<ReferencedValue<Type_1>>;
//# sourceMappingURL=ReferencedValue.ta.d.ts.map