import { ErrorLog } from './puppy';
export declare const enMessage: {
    [key: string]: (log: ErrorLog) => string;
};
