import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; export declare class Subnets extends ClientSDK { getApiV3Subnets(request?: operations.GetApiV3SubnetsRequest | undefined, options?: RequestOptions): Promise; getApiV3SubnetsSubnetId(request: operations.GetApiV3SubnetsSubnetIdRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=subnets.d.ts.map