import { gracely } from "gracely"; import { isoly } from "isoly"; import { http } from "cloudly-http"; import { Audit as AuditLog } from "../Audit"; export declare class Audit { private readonly client; constructor(client: http.Client); list(options?: { resource?: AuditLog.Resource; limit?: number; cursor?: string; } & Partial): Promise<(AuditLog[] & { cursor?: string; }) | gracely.Error>; }