import z from 'zod'; declare const SCHEMA: z.ZodObject<{ ghostOrgId: z.ZodString; }, "strip", z.ZodTypeAny, { ghostOrgId: string; }, { ghostOrgId: string; }>; declare const _default: { get(): Promise<{ ghostOrgId: string; } | null>; write(config: z.infer): Promise; clear(): Promise; }; export default _default;