import { Context } from '../types';
export declare const onActivation: (context: Context, instance: any) => any;
