export declare const optionsBaseSchema: import("arktype/internal/variants/object.ts").ObjectType<{
    apikey: string;
    supaHost?: string | undefined;
    supaAnon?: string | undefined;
}, {}>;
export type OptionsBase = typeof optionsBaseSchema.infer;
