export declare function getter(object: any, path: string): any; export declare function setter(object: any, path: string, value: any): void;