export declare function upperFirst(source: any): string; export declare function get(target: any, path: string): T;