import type { UserInput, NormalisedConfig } from "./types"; export declare function normaliseOAuth2Config(config?: UserInput): NormalisedConfig;