export declare class PathFormatter { static format(directory: string, filename: string): string; }