export default class Notifications {
    static readonly CLIENT: {
        client: boolean;
    };
    static readonly USER: {
        user: boolean;
    };
    static readonly ALL: {
        client: boolean;
        user: boolean;
    };
}
