export declare function getTransformer(format: string): ((xmlPath: string) => Promise<void>) | undefined;
