import { z } from 'zod'; export declare class Logs { itemSchema: z.ZodObject<{ logGroupName: z.ZodString; }, "passthrough", z.ZodTypeAny, { logGroupName: string; }, { logGroupName: string; }>; collectionSchema: z.ZodArray, "many">; describeLogGroups(params: { region: string; }): Promise>; list(): Promise<{ region: { Endpoint?: string | undefined; OptInStatus?: string | undefined; RegionName: string; }; logs: import("@aws-sdk/types").Paginator; }[]>; clear(): Promise; write(): Promise; } declare const _default: Logs; export default _default; //# sourceMappingURL=logs.d.ts.map