import { ExpoGraphqlClient } from '../../commandUtils/context/contextUtils/createGraphqlClient'; import { WebhookFilter, WebhookFragment } from '../generated'; export declare const WebhookQuery: { byAppIdAsync(graphqlClient: ExpoGraphqlClient, appId: string, webhookFilter?: WebhookFilter): Promise; byIdAsync(graphqlClient: ExpoGraphqlClient, webhookId: string): Promise; };