type WriteGuardInput = { readonly projectDir: string; readonly targetFile: string; readonly tool: string; }; export declare function createWriteGuardWarning(input: WriteGuardInput): string | undefined; export {};