import { PayoutResponse, PayoutSuccessResponse } from "../../Api"; import { ClientResponse } from "../ClientResponse"; export declare class PayoutClientResponse extends ClientResponse { isPayoutSuccessResponse(): this is ClientResponse; }