import * as Morphir_IR_Name from "./../../morphir/ir/name";
export type Path = Array<Morphir_IR_Name.Name>;
export declare function decodePath(input: any): Path;
export declare function encodePath(value: Path): any;
declare const _default: {};
export default _default;