import { StrapiContext } from '../@types';
declare const register: (context: StrapiContext) => void;
export default register;
