import type { PersistenceFormat } from '../common/types'; import { Lyra, PropertiesSchema } from '@nearform/lyra'; export declare function persist(db: Lyra, format?: PersistenceFormat, path?: string): string; export declare function restore(format?: PersistenceFormat, path?: string): Lyra;