import { AuthModuleOptions } from './auth.type'; export declare function createAuthProvider(options: AuthModuleOptions): any[];