import { Handler } from "../../types.js"; export declare const create: (errorMessage: string, handler: Handler) => Handler;