import type { VirtualTypeScriptEnvironment } from "@typescript/vfs"; /** * In TypeScript, updates are not like PUTs, you * need to create a file before updating it. * * This method lets us treat the two as the same. */ export declare function createOrUpdateFile(env: VirtualTypeScriptEnvironment, path: string, code: string): boolean; //# sourceMappingURL=update.d.ts.map