import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { BankAccount } from "./BankAccount"; import { Error_ } from "./Error_"; export declare const GetBankAccountByV1IdResponse: core.serialization.ObjectSchema; export declare namespace GetBankAccountByV1IdResponse { interface Raw { errors?: Error_.Raw[] | null; bank_account?: BankAccount.Raw | null; } }