import { JSONObject } from "../Container"; export declare function keywordReplacement(template: string, payload: JSONObject): string; export declare function getValueForKeyword(keyword: string, payload: JSONObject): string; export declare function getJSONObjectFromPath(keyword: string, payload: JSONObject): JSONObject; //# sourceMappingURL=keywordReplacement.d.ts.map