export type FetchAvatarResponse = {
    bk_full_avatar: string;
    full_avatar: string;
};
export declare const getAvatarFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => (fid: string) => Promise<FetchAvatarResponse>;
