import type { UserData, Callback } from './types'; export declare function users(callback?: Callback): Promise; //# sourceMappingURL=users.d.ts.map