export interface DispatchInfoDto {
    external_reference?: string;
    external_reference_type?: string;
}
export declare namespace DispatchInfoDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=dispatchInfoDto.d.ts.map