blob: 3270c427610240ba3acc6c2edcc8667b4b52d8df [file] [log] [blame]
export declare class FileUtils {
static getRelativePath(filename: string, basePath: string): string;
}