import { DeepPartial } from '../../../../data-consumption/factory/types'; import { MeetingData } from './types'; export declare const useMeetingData: (projectionFunction?: ((q: MeetingData) => DeepPartial) | undefined) => import("../../../..").GraphqlResponseWrapper | import("../../../..").GraphqlResponseWrapper>;