import { FormioAuthRouteConfig } from './auth.config';
export declare class FormioAuth {
    static forRoot(config?: FormioAuthRouteConfig): any;
    static forChild(config?: FormioAuthRouteConfig): any;
}
