export declare enum PeerStoreCommandEnum { setValue = "setValue", setState = "setState" } export declare function getCommandName(cmd: PeerStoreCommandEnum, storeName: string): string; //# sourceMappingURL=getCommandName.d.ts.map