import { Tool } from "@modelcontextprotocol/sdk/types.js";
import { GetAuditLogsArgs } from "../../schemas/server.js";
import { ServiceContainer } from "../../services/service-container.js";
export declare const toolDefinition: Tool;
export declare const handler: (args: GetAuditLogsArgs, services: ServiceContainer) => Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
export { GetAuditLogsArgsSchema as schema } from "../../schemas/server.js";
//# sourceMappingURL=get-audit-logs.d.ts.map