/** * Takes a path and some content and performs a write call. Simple. */ export default function exportDefault(fileName: string, output: string, _index: number): Promise;