import EasCommand from '../../commandUtils/EasCommand'; import { WebhookType } from '../../graphql/generated'; export default class WebhookList extends EasCommand { static description: string; static flags: { json: import("@oclif/core/lib/interfaces").BooleanFlag; event: import("@oclif/core/lib/interfaces").OptionFlag; }; static contextDefinition: { loggedIn: import("../../commandUtils/context/LoggedInContextField").default; projectId: import("../../commandUtils/context/ProjectIdContextField").ProjectIdContextField; }; runAsync(): Promise; }