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