declare const makeContextError: (info: string) => Error;

export { makeContextError as default };
