export declare const boost: Set<string>;
export declare function getInterpretedFile(pathToFile: string): string;
export declare function getInterpretedFileWithExt(pathToFile: string): {
    path: string;
    ext: string;
};
