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 Images extends ClientSDK { getApiV3ImagesProposalsProposalIdPng(request: operations.GetApiV3ImagesProposalsProposalIdPngRequest, options?: RequestOptions): Promise; getApiV3ImagesCanistersCanisterIdPng(request: operations.GetApiV3ImagesCanistersCanisterIdPngRequest, options?: RequestOptions): Promise; getApiV3ImagesDataCentersDcIdPng(request: operations.GetApiV3ImagesDataCentersDcIdPngRequest, options?: RequestOptions): Promise; getApiV3ImagesNeuronsNeuronIdPng(request: operations.GetApiV3ImagesNeuronsNeuronIdPngRequest, options?: RequestOptions): Promise; getApiV3ImagesNodesNodeIdPng(request: operations.GetApiV3ImagesNodesNodeIdPngRequest, options?: RequestOptions): Promise; getApiV3ImagesNodeProvidersNodeProviderIdPng(request: operations.GetApiV3ImagesNodeProvidersNodeProviderIdPngRequest, options?: RequestOptions): Promise; getApiV3ImagesSubnetReplicaVersionsReplicaVersionIdPng(request: operations.GetApiV3ImagesSubnetReplicaVersionsReplicaVersionIdPngRequest, options?: RequestOptions): Promise; getApiV3ImagesSubnetsSubnetIdPng(request: operations.GetApiV3ImagesSubnetsSubnetIdPngRequest, options?: RequestOptions): Promise; getApiV3ImagesAccountsAccountAddressPng(request: operations.GetApiV3ImagesAccountsAccountAddressPngRequest, options?: RequestOptions): Promise; getApiV3ImagesAccountsAccountAddressTransactionFlowPng(request: operations.GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest, options?: RequestOptions): Promise; getApiV3ImagesTransactionsTransactionHashPng(request: operations.GetApiV3ImagesTransactionsTransactionHashPngRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=images.d.ts.map