import type { OutputKind } from '../../types.mts'; export declare function handleAuditLog({ logType, orgSlug, outputKind, page, perPage }: { logType: string; outputKind: OutputKind; orgSlug: string; page: number; perPage: number; }): Promise; //# sourceMappingURL=handle-audit-log.d.mts.map