export interface AlbAuthSettings { url: string; } export declare function bootstrap(app: any, settings: AlbAuthSettings): void;