export declare function appendPrefix(key: string): string; export declare function saveState(key: string, state: unknown): void; export declare function readState(key: string): unknown;