export default class Visibilities {
    static get PUBLIC(): number;
    static get ALL(): number;
}
