/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** Response object for getting the setup from a subscription */ export interface GetSetupResponse { id?: string | null; description?: string | null; amount?: number | null; status?: string | null; } export declare const getSetupResponseSchema: Schema;