import * as pulumi from "@pulumi/pulumi"; export declare function getEscalationPath(args: GetEscalationPathArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getEscalationPath. */ export interface GetEscalationPathArgs { escalationPolicyId: string; pathType?: string; } /** * A collection of values returned by getEscalationPath. */ export interface GetEscalationPathResult { readonly escalationPolicyId: string; /** * The ID of this resource. */ readonly id: string; readonly pathType: string; } export declare function getEscalationPathOutput(args: GetEscalationPathOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getEscalationPath. */ export interface GetEscalationPathOutputArgs { escalationPolicyId: pulumi.Input; pathType?: pulumi.Input; } //# sourceMappingURL=getEscalationPath.d.ts.map