import type { Database, Orm, Storage } from '../../../utils/types'; export declare const createOrm: (storage: Storage) => Orm;