import type Hapi from '@hapi/hapi'; import type { Options } from './interfaces.js'; /** * Registers the plugin with a Hapi server. * * @public */ export declare const register: (server: Hapi.Server, options?: Options) => void; //# sourceMappingURL=register.d.ts.map