import { LaunchResponse } from '../types/launch'; export declare function sha1Hash(filePath: string): Promise; export declare function getTextureIndex(indexURL: string): Promise; export declare function printOnCurrentLine(text: string): void; export declare function gatherClassPath(launchData: LaunchResponse): string[];