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