import { Page } from "./types";
export declare const _fetchPages: (basePath: string, token: string, eventId: string) => Promise<Page[]>;
