import type { Configuration } from "./config.js"; export declare function translate(sourceFile: string, config: Configuration): Promise;