import * as pulumi from "@pulumi/pulumi"; export declare function getAlertsSource(args?: GetAlertsSourceArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAlertsSource. */ export interface GetAlertsSourceArgs { name?: string; sourceType?: string; status?: string; } /** * A collection of values returned by getAlertsSource. */ export interface GetAlertsSourceResult { /** * The ID of this resource. */ readonly id: string; readonly name: string; readonly sourceType: string; readonly status: string; } export declare function getAlertsSourceOutput(args?: GetAlertsSourceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAlertsSource. */ export interface GetAlertsSourceOutputArgs { name?: pulumi.Input; sourceType?: pulumi.Input; status?: pulumi.Input; } //# sourceMappingURL=getAlertsSource.d.ts.map