import type { CResult } from '../../types.mts'; export declare function convertCondaToRequirements(filename: string, cwd: string, verbose: boolean): Promise>; // Just extract the first pip block, if one exists at all. export declare function convertCondaToRequirementsFromInput(input: string): string; //# sourceMappingURL=convert-conda-to-requirements.d.mts.map