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