export declare const TYPING_HOOKS_MAP: {
    readonly start: "onStart";
    readonly finish: "onFinish";
};
