import { RouterOptions } from './types'; export type { RouterOptions }; export { matchOAuthCallback } from './oauth-watcher'; export declare function installRouter(opts: RouterOptions): void; //# sourceMappingURL=index.d.ts.map