import type { PetrusConfig } from '../../../types'; export declare function validateOAuth(oAuth: PetrusConfig['oAuth']): void;