import { BaseResponse } from '../types'; import { ISoundTrack, ISoundTrackFile } from '../../entities/ISoundTrack'; export declare function soundtrackDetails(this: any, video_content_id: string): Promise | undefined>; export declare function soundtrackFile(this: any, soundtracks_id: number): Promise | undefined>;