export type SearchByUsernameResponse = {
    uid: string;
};
export declare const searchByUsernameFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => (user_name: string) => Promise<SearchByUsernameResponse>;
