import type { BaseClientOptions } from "../../../../BaseClient"; import { type NormalizedClientOptionsWithAuth } from "../../../../BaseClient"; import { V3Client } from "../resources/v3/client/Client"; export declare namespace TasksClient { type Options = BaseClientOptions; } export declare class TasksClient { protected readonly _options: NormalizedClientOptionsWithAuth; protected _v3: V3Client | undefined; constructor(options: TasksClient.Options); get v3(): V3Client; }