import { OnInit } from '../'; /** * OnInit type guard. * @param arg class based view. */ export declare function hasOnInit(arg: any): arg is OnInit;