import { Log } from '../../typings/log'; import { ChestnutIdentity } from './oauth-model'; export declare function createAuth(configuration: any, app: any, store: any, logger: Log): ChestnutIdentity;