import { Model } from "./model";
export declare class OmnichannelTransaction extends Model {
    id: string;
    id_at_source: string;
    app_id: string;
    price_currency?: string;
    price_units?: number;
    price_nanos?: number;
    type: string;
    transacted_at?: number;
    created_at: number;
    resource_version?: number;
}
export declare namespace _omnichannel_transaction {
}
