import type { StrapiCommand } from '../../types';
/**
 * List admin users
 */
declare const action: () => Promise<void>;
/**
 * `$ strapi admin:list-users`
 */
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list-users.d.ts.map