import * as coreClient from "@azure/core-client";
import { Table, Service } from "./operationsInterfaces/index.js";
import { GeneratedClientOptionalParams } from "./models/index.js";
/** @internal */
export declare class GeneratedClient extends coreClient.ServiceClient {
    url: string;
    version: string;
    /**
     * Initializes a new instance of the GeneratedClient class.
     * @param url The URL of the service account or table that is the target of the desired operation.
     * @param options The parameter options
     */
    constructor(url: string, options?: GeneratedClientOptionalParams);
    table: Table;
    service: Service;
}
//# sourceMappingURL=generatedClient.d.ts.map