export type UpdateProfileBioResponse = "";
export declare const updateProfileBioFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (status: string) => Promise<"">;
