/** @description This model represents a raw external source of information. */
export declare class RawExternalSource {
    /** @description Canonical representation of the fulfillment plan's and/or sales order's original source */
    marketplace_code?: string;
}
