import { ISpwConcept } from '../../actions/util'; export declare function save(concept: ISpwConcept): Promise; declare type FindParams = { hash?: string | undefined; label?: string | undefined; }; export declare function find({ label, hash }: FindParams): Promise; export {};