import { KVL } from "./KVL"; import { ILDOptions } from "./ildoptions"; import { BlueprintConfig } from "./ldBlueprint"; export declare function getKVStoreByKey(input: KVL[], searchKey: string): KVL; export declare function getAllKVStoresByKey(input: KVL[], searchKey: string): KVL[]; export declare function getKVStoreByKeyFromLDOptionsOrCfg(ldOptions: ILDOptions, cfg: BlueprintConfig, searchKey: string): KVL;