import { LogConfig } from './interface';
export default function saveLog(logConfig: LogConfig): Promise<void>;
