export declare class PostalReceiveDispatch {
    id: number;
    reference_no: string;
    to_title: string;
    address: string;
    note: string;
    from_title: string;
    date: Date;
    image: string;
    type: string;
    hospital_id: number;
}
