declare const plugin: { pkg: any; requirements: { hapi: string; }; register: (server: any, options: any) => void; }; export { plugin }; //# sourceMappingURL=plugin.d.ts.map