export declare class FileUtils {
    static getRelativePath(filename: string, basePath: string): string;
}
