import { HandlerResponse } from './types/handler.type'; export declare const configHandler: (options: { configuration: () => Promise | object; }) => () => Promise>;