import { Application } from "express";
export default function init(app: Application): Promise<void>;
