import * as pulumi from "@pulumi/pulumi"; export declare function getCommunicationsStage(args?: GetCommunicationsStageArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCommunicationsStage. */ export interface GetCommunicationsStageArgs { /** * Filter by date range using 'lt' and 'gt'. */ createdAt?: { [key: string]: string; }; name?: string; slug?: string; } /** * A collection of values returned by getCommunicationsStage. */ export interface GetCommunicationsStageResult { /** * Filter by date range using 'lt' and 'gt'. */ readonly createdAt?: { [key: string]: string; }; /** * The ID of this resource. */ readonly id: string; readonly name: string; readonly slug: string; } export declare function getCommunicationsStageOutput(args?: GetCommunicationsStageOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCommunicationsStage. */ export interface GetCommunicationsStageOutputArgs { /** * Filter by date range using 'lt' and 'gt'. */ createdAt?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; name?: pulumi.Input; slug?: pulumi.Input; } //# sourceMappingURL=getCommunicationsStage.d.ts.map