export declare const files: string[];
export declare function getFileName(filePath: string): string;
export declare function init(): void;
