import { Mapper } from './mapper';
import { SongResult } from './type';
export declare class SongResultMap implements Mapper<SongResult> {
    static parseSong(result: any): SongResult;
}
