declare function ConvertPath(path: string): string;

export { ConvertPath };
