import { ApiLog } from 'src/api-logs/entities/api-log.entity';
export declare function errorMailContent(errorLog: ApiLog): string;
