import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getCustomPagesList(args?: GetCustomPagesListArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCustomPagesList. */ export interface GetCustomPagesListArgs { accountId?: string; maxItems?: number; zoneId?: string; } /** * A collection of values returned by getCustomPagesList. */ export interface GetCustomPagesListResult { readonly accountId?: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly maxItems?: number; readonly results: outputs.GetCustomPagesListResult[]; readonly zoneId?: string; } export declare function getCustomPagesListOutput(args?: GetCustomPagesListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCustomPagesList. */ export interface GetCustomPagesListOutputArgs { accountId?: pulumi.Input; maxItems?: pulumi.Input; zoneId?: pulumi.Input; } //# sourceMappingURL=getCustomPagesList.d.ts.map