/**
* Returns `true` if running within Chromatic, `false` otherwise.
* @argument window - The window object whose `navigator` and/or `location` is
* used to determine if running in Chromatic.
*/declarefunction isChromatic(window?: Window): boolean;
export = isChromatic;