import { Config } from '../../types';
import { Express } from 'express';
export declare function register({ config, app }: {
    config: Config;
    app: Express;
}): void;
