import { EventRegistryData } from '../../eventSite/eventRegistry';
export declare const collectData: (dataSource: any, gateway: any) => Promise<EventRegistryData>;
export declare const shouldDisplayRegistryPage: (dataSource: any, gateway: any) => Promise<boolean>;
export declare const registryHasItems: (dataSource: any, gateway: any) => Promise<boolean>;
