import { HookArgs } from '../models/lifecycle/HookArgs'; export declare const onInit: (...args: HookArgs) => void;