interface ConvertOptions {
    videoUrl: string;
    outputFilePath: string;
}
export declare function convertYouTubeToMp3(options: ConvertOptions): Promise<string>;
export declare function generateDownloadButton(filePath: string): string;
export {};
