import { gracely } from "gracely"; import { isoly } from "isoly"; import { http } from "cloudly-http"; import { Log } from "../Log"; export declare class Logs { private readonly client; constructor(client: http.Client); list(options?: { collection?: string; limit?: number; cursor?: string; dateRange?: isoly.DateRange; }): Promise<(Log[] & { cursor?: string | undefined; }) | gracely.Error>; }