import { Error } from '../types/index'; export declare const prefixMessage: (err: Error | string, messagePrefix: string) => string | Error;