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