import { ITrack } from '../typings';
declare const _default: (data: ITrack, file: string) => Promise<string>;
export default _default;
