export type FileFormat =
	| "android_sdk"
	| "ios_sdk"
	| "flutter_sdk"
	| "xml"
	| "strings"
	| "csv"
	| "xlsx"
	| "po"
	| "properties"
	| "json"
	| "json_structured"
	| "xliff"
	| "plist"
	| "resx"
	| "js"
	| "react_native"
	| "symfony_xliff"
	| "xlf"
	| "php_array"
	| "php_laravel"
	| "ini"
	| "ruby_yaml"
	| "yaml"
	| "stf"
	| "ts"
	| "docx"
	| "html"
	| "arb"
	| "offline_xliff";
