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