import { Path } from "./Path"; export declare class DetailsMember { value: number; address: string; path: Path; }