import { openLix } from "./open-lix.js"; /** * Opens a lix in memory. * */ export declare function openLixInMemory(args: { /** * The lix file to open. If not provided, an empty (new) lix will be opened. */ blob?: Blob; } & Omit[0], "database">): Promise>; //# sourceMappingURL=open-lix-in-memory.d.ts.map