/** * Creates a new lix file. * * The app is responsible for saving the project "whereever" * e.g. the user's computer, cloud storage, or OPFS in the browser. */ export declare function newLixFile(): Promise; //# sourceMappingURL=new-lix.d.ts.map