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