import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class V4Subnets extends ClientSDK { getApiV4Subnets(request?: operations.GetApiV4SubnetsRequest | undefined, options?: RequestOptions): Promise; getApiV4SubnetsSubnetId(request: operations.GetApiV4SubnetsSubnetIdRequest, options?: RequestOptions): Promise; getApiV4SubnetsCount(request?: operations.GetApiV4SubnetsCountRequest | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=v4subnets.d.ts.map