// Generated by @lynx-js/autolink-codegen. Do not edit.
import { LynxModule } from '@lynx/lynx';

export abstract class __MODULE_NAME__Spec extends LynxModule {
  abstract setValue(key: string, value: string): void;
  abstract getValue(key: string): string | null;
  abstract clear(): void;
}
