declare const getUserCollection: ({ uin, type, page, limit, cookie, }: { uin: string; type: "songlist" | "album"; page?: number; limit?: number; cookie?: string; }) => Promise | import("../../../types/api").ApiSuccessBody>>; export declare const getUserCollectedSongLists: (params: Omit[0], "type">) => Promise | import("../../../types/api").ApiSuccessBody>>; export declare const getUserCollectedAlbums: (params: Omit[0], "type">) => Promise | import("../../../types/api").ApiSuccessBody>>; export {};