export declare const fmt: {
    err: (err?: Error) => string | Error | undefined;
};
