import { IIntegRequest, IInteg_config } from './config.js';
declare type Params = Record<string, unknown>;
export declare function getConfigJson(): Promise<IInteg_config>;
export declare function preProcess(req: IIntegRequest): Params;
export {};
