import type { SubscriptionSelection } from './types'; export declare function getFieldsForType(selection: SubscriptionSelection, __typename: string | undefined | null, loading: boolean): Required['fields'];