declare const consoleLogObject: <T>(...object: any) => void;

export { consoleLogObject };
