export type Callback = (error?: Error | null) => void;
export default function writeTruncateFile(fullPath: string, callback: Callback): void;
