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