import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest = { accountAddress: string; }; /** @internal */ export declare const GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest$Outbound = { account_address: string; }; /** @internal */ export declare const GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest$ { /** @deprecated use `GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest$Outbound` instead. */ type Outbound = GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest$Outbound; } export declare function getApiV3ImagesAccountsAccountAddressTransactionFlowPngRequestToJSON(getApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest: GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest): string; export declare function getApiV3ImagesAccountsAccountAddressTransactionFlowPngRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3imagesaccountsaccountaddresstransactionflowpng.d.ts.map