import * as pulumi from "@pulumi/pulumi"; export declare function getPageShieldCookies(args: GetPageShieldCookiesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPageShieldCookies. */ export interface GetPageShieldCookiesArgs { cookieId: string; zoneId: string; } /** * A collection of values returned by getPageShieldCookies. */ export interface GetPageShieldCookiesResult { readonly cookieId: string; readonly domainAttribute: string; readonly expiresAttribute: string; readonly firstSeenAt: string; readonly host: string; readonly httpOnlyAttribute: boolean; readonly id: string; readonly lastSeenAt: string; readonly maxAgeAttribute: number; readonly name: string; readonly pageUrls: string[]; readonly pathAttribute: string; readonly sameSiteAttribute: string; readonly secureAttribute: boolean; readonly type: string; readonly zoneId: string; } export declare function getPageShieldCookiesOutput(args: GetPageShieldCookiesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPageShieldCookies. */ export interface GetPageShieldCookiesOutputArgs { cookieId: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getPageShieldCookies.d.ts.map