import BabelBackend from './BabelBackend'; export default function getBabelAutoBackend(file: string, { preserveFormat, ...options }?: { [k in string]?: any; }): Promise;