/** * It should be possible to create new storage methods and define them in completely isolated packages */ export declare const ormStorageMethods: readonly ["json", "md", "ts"]; export type OrmStorageMethod = typeof ormStorageMethods[number]; //# sourceMappingURL=OrmStorageMethod.d.ts.map