import * as Morphir_IR_Name from "./../../morphir/ir/name";
import * as Morphir_IR_Path from "./../../morphir/ir/path";
export declare class QName {
    arg1: Morphir_IR_Path.Path;
    arg2: Morphir_IR_Name.Name;
    kind: "QName";
    constructor(arg1: Morphir_IR_Path.Path, arg2: Morphir_IR_Name.Name);
}
export declare function decodeQName(input: any): QName;
export declare function encodeQName(value: QName): any;
declare const _default: {};
export default _default;
