import { Command } from 'commander'; export declare function fetchKeycloakRoles(options: { url: string; realm: string; username: string; password: string; output: string; clientFilter?: string; }): Promise; export declare function buildFetchKeycloakRolesCommand(name?: string): Command; //# sourceMappingURL=fetch-keycloak-roles.d.ts.map