export declare function extract(filePath: string, installPath: string): Promise<string>;
