export declare class requestShippingDto {
    orderId: number;
}
