export declare function transformToYaml(xmlPath: string): Promise<void>;
export declare function transformToJson5(xmlPath: string): Promise<void>;
export declare function transformToJson(xmlPath: string): Promise<void>;
export declare function transformToToml(xmlPath: string): Promise<void>;
export declare function transformToIni(xmlPath: string): Promise<void>;
