export type GetQRResponse = { [userId: string]: string; }; export declare const getQRFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (userId: string | string[]) => Promise;