import { z } from 'zod'; export declare const oauthRequestUriSchema: z.ZodString; export type OAuthRequestUri = z.infer; //# sourceMappingURL=oauth-request-uri.d.ts.map