// Type definitions for field 1.0.1 // Project: https://www.npmjs.com/package/field // Definitions by: Leo Liang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export declare function get(topObj: any, fields: string): any; export declare function set(topObj: any, fields: string, value: any): any;