/** * Create a XLIFF v1.2 file with an empty body */ export declare function xliff12Factory(sourceLanguage: string, original?: string, addEmptyFile?: boolean): Document;