import { z } from 'zod'; /** Options for the x-usePkce extension */ export declare const XUsePkceValues: readonly ["SHA-256", "plain", "no"]; export declare const XusePkceSchema: z.ZodObject<{ 'x-usePkce': z.ZodDefault>>; }, z.core.$strip>; //# sourceMappingURL=x-use-pkce.d.ts.map