import type { DevToolsSys } from "../types"; import ts from "typescript"; export declare function codeEqual(sys: DevToolsSys, n: ts.Node | null | undefined | string, expectCode: string, removeComments?: boolean): Promise; export declare function createTestFsSys(rootDir: string, options?: { readOnlyPermissions?: boolean; }): Promise; export declare function createTestMemSys(rootDir?: string): Promise; export declare function createRemixTestMemSys(rootDir?: string): Promise; export declare function createAngularTestMemSys(rootDir?: string): Promise;