declare const _default: ({ fileContents }: { fileContents: string; }) => { result: string; } | { error: string; }; export default _default;