export declare const PURGATORY_CONFERENCE_NUMBER = "purgatory"; declare const hasPurgatory: (room?: string) => room is "purgatory"; export default hasPurgatory;