import * as pulumi from "@pulumi/pulumi"; export declare function getCustomPages(args: GetCustomPagesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCustomPages. */ export interface GetCustomPagesArgs { accountId?: string; identifier: string; zoneId?: string; } /** * A collection of values returned by getCustomPages. */ export interface GetCustomPagesResult { readonly accountId?: string; readonly createdOn: string; readonly description: string; readonly id: string; readonly identifier: string; readonly modifiedOn: string; readonly previewTarget: string; readonly requiredTokens: string[]; readonly state: string; readonly url: string; readonly zoneId?: string; } export declare function getCustomPagesOutput(args: GetCustomPagesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCustomPages. */ export interface GetCustomPagesOutputArgs { accountId?: pulumi.Input; identifier: pulumi.Input; zoneId?: pulumi.Input; } //# sourceMappingURL=getCustomPages.d.ts.map