import * as pulumi from "@pulumi/pulumi"; /** * ## Example Usage */ export declare function getWebhooksEndpoint(args?: GetWebhooksEndpointArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getWebhooksEndpoint. */ export interface GetWebhooksEndpointArgs { name?: string; slug?: string; } /** * A collection of values returned by getWebhooksEndpoint. */ export interface GetWebhooksEndpointResult { /** * The ID of this resource. */ readonly id: string; readonly name: string; readonly slug: string; } /** * ## Example Usage */ export declare function getWebhooksEndpointOutput(args?: GetWebhooksEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getWebhooksEndpoint. */ export interface GetWebhooksEndpointOutputArgs { name?: pulumi.Input; slug?: pulumi.Input; } //# sourceMappingURL=getWebhooksEndpoint.d.ts.map