import { CompanyCallerId } from '../models/CompanyCallerId';
import { ContactCallerId } from '../models/ContactCallerId';
export type CompletedThirdPartyCallResponseCallerIdMatchesInner = CompanyCallerId | ContactCallerId;
export declare class CompletedThirdPartyCallResponseCallerIdMatchesInnerClass {
    static readonly discriminator: string | undefined;
    static readonly mapping: {
        [index: string]: string;
    } | undefined;
}
