export declare class AttemptDeliveryDto {
    courier_id: number;
    result: string;
    failure_reason?: string;
    note?: string;
}
