#!/usr/bin/env node export declare function setKeyAtLocation(path: string, value: any, object: any): void; export declare const setJsonKey: ({ jsonPath, keyLocation, value, debug, }: { jsonPath: string; keyLocation: string; value: string; debug?: boolean | undefined; }) => Promise; //# sourceMappingURL=set-json-key.d.ts.map