import { type JWTService } from 'jwt-service'; import { type WhookAuthenticationService, type WhookAuthenticationData } from '@whook/authorization'; declare const _default: import("knifecycle").ServiceInitializer>; export default _default; export type AuthenticationDependencies = { jwtToken: JWTService; }; type BearerPayload = { hash: string; };