import type { CResult, OutputKind } from '../../types.mts'; import type { SocketSdkSuccessResult } from '@socketsecurity/sdk'; export declare function outputAuditLog(result: CResult['data']>, { logType, orgSlug, outputKind, page, perPage }: { logType: string; outputKind: OutputKind; orgSlug: string; page: number; perPage: number; }): Promise; export declare function outputAsJson(auditLogs: CResult['data']>, { logType, orgSlug, page, perPage }: { logType: string; orgSlug: string; page: number; perPage: number; }): Promise; export declare function outputAsMarkdown(auditLogs: SocketSdkSuccessResult<'getAuditLogEvents'>['data'], { logType, orgSlug, page, perPage }: { orgSlug: string; page: number; perPage: number; logType: string; }): Promise; //# sourceMappingURL=output-audit-log.d.mts.map