import * as pulumi from "@pulumi/pulumi"; export declare function getWebhook(args: GetWebhookArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getWebhook. */ export interface GetWebhookArgs { endpointId: number; id?: string; resourceId: string; } /** * A collection of values returned by getWebhook. */ export interface GetWebhookResult { readonly endpointId: number; readonly id: string; readonly resourceId: string; readonly token: string; readonly webhookType: number; } export declare function getWebhookOutput(args: GetWebhookOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getWebhook. */ export interface GetWebhookOutputArgs { endpointId: pulumi.Input; id?: pulumi.Input; resourceId: pulumi.Input; } //# sourceMappingURL=getWebhook.d.ts.map