import { ISpwConcept } from '../../actions/util'; export declare function find(label: string): string | null; export declare function save(label: string, state: ISpwConcept): void;