export declare class GlobalCourierTenant {
    id: number;
    courier_code: string;
    tenant_subdomain: string;
    courier_id: number;
}
