export declare function checkLocalMP3FileExists(src: string): Promise<boolean>;
export declare function deepClone(obj: any): any;
