/** * Transfer state from cache to memory based on a path * * @export * @param {string} [path] * @returns */ export declare function feedState(key?: string): Promise;