import type { GraviteeSsoConfig } from './config.js';
export declare const isGraviteeSsoConfig: (idpConfig: any) => idpConfig is GraviteeSsoConfig;
