import * as pulumi from "@pulumi/pulumi"; /** * Data source for Harness Provider. */ export declare function getProvider(args: GetProviderArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getProvider. */ export interface GetProviderArgs { /** * The identifier of the provider entity. */ identifier: string; } /** * A collection of values returned by getProvider. */ export interface GetProviderResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; /** * The identifier of the provider entity. */ readonly identifier: string; } /** * Data source for Harness Provider. */ export declare function getProviderOutput(args: GetProviderOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getProvider. */ export interface GetProviderOutputArgs { /** * The identifier of the provider entity. */ identifier: pulumi.Input; } //# sourceMappingURL=getProvider.d.ts.map