/** * utility function to get a parameter inside of a nested object */ export declare const getParameterAtLocation: (object: { [key: string]: any; }, location: string[]) => T; //# sourceMappingURL=getParameterAtLocation.d.ts.map