import type { SchemeOptions } from "./scheme"; import type { PartialExcept } from "./utils"; export interface ProviderOptions { scheme: string; clientSecret: string | number; } export declare type ProviderOptionsKeys = Exclude; export declare type ProviderPartialOptions = PartialExcept;