/** * Computed visibility of an entity. * * See {@link Visibility} */ export declare class ComputedVisibility { visible: boolean; }