import { ReportEmployee } from "../models";
import { Options } from "./decorator";
export declare function toError(args: Options, error: Error): string;
export declare function toInfo(args: Options): string;
export declare function toTable(reportEmployee: ReportEmployee[]): string;