import { z } from "zod"; export declare const StoredCredentialsSchema: z.ZodObject<{ consumerKey: z.ZodString; }, z.core.$strip>; export type StoredCredentials = z.infer;