declare class SshafItem {
    sellDate: string;
    buyerNationalCode: string;
    buyerFullName: string;
    buyerMobile: string;
    count: number;
    perPrice: number;
    totalPrice: number;
    productCode: string;
    productInfo: string;
    buyerAddress: string;
    carPlateNumber: string;
}
export declare class SshafDto {
    items: SshafItem[];
    roleCode: string;
    postalCode: string;
    sellerPhone: string;
    sellerNationalCode: string;
}
export {};
