import { FileInfo } from '../../_types/global';
export declare function getFileInfo(filePath: string): Promise<FileInfo>;
