/**
 * "console" ponyfill.
 * @type {Object.<string, *>}
 */
export const console: {
    [x: string]: any;
};
