declare const makeLogs: (flagr: string, log: unknown) => void;
export default makeLogs;
