export declare function calculateFileChecksum(filePath: string, hashType?: string): Promise<string>;
