import { InitSettings } from "../types";
export declare function initOIDCLaunch(settings: InitSettings): void;
