export default class Visibilities {
    static readonly PUBLIC: number;
    static readonly ALL: number;
}
