export declare const Cart: {
    default: (app: any) => {
        include: {
            model: any;
            as: string;
        }[];
    };
};
