import { Tool } from "@modelcontextprotocol/sdk/types.js";
import { ServiceContainer } from "../../services/service-container.js";
export declare const toolDefinition: Tool;
export declare const handler: (_args: unknown, services: ServiceContainer) => Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
export declare const schema: null;
//# sourceMappingURL=list-roles.d.ts.map