import { CallbackInstance } from './callbackInstance'; import { LinkInner } from './linkInner'; export declare class GetCallbackInstances200Response { 'calls'?: Array; 'status'?: string; 'link'?: Array; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }