import { appendFileSync } from "node:fs"; export declare const nodeProfilerFileWriter: { appendFileSync: typeof appendFileSync; }; export declare function defaultVueTuiProfileLogPath(): string; export declare function defaultVueTuiFramePerfLogPath(): string; export declare function defaultVueTuiDebugLogPath(): string; export declare function defaultVueTuiMouseDebugLogPath(): string; export declare function shouldInstallFileWriters(env: Readonly> | undefined): boolean; export declare function installNodeFileWriters(options?: Readonly<{ force?: boolean; }>): void; export declare function resetNodeFileWriters(): void;