exportdeclareconstisEmpty: (obj: any) =>boolean;
/**
* Returns an Error if extension.runtime.lastError is present
* this is a workaround for the non-standard error object that's used
* @returns {Error|undefined}
*/exportdeclareconstcheckForError: () =>Error | undefined;