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