import { StrategyExport } from '../../types';
import { LinkedinAuthOptions } from '../linkedin';
export * from './types';
export * from './admin';
export * from './store';
declare const _default: StrategyExport<LinkedinAuthOptions>;
export default _default;
//# sourceMappingURL=index.d.ts.map