/**
 * Returns `true` if running within Chromatic, `false` otherwise.
 */
declare function isChromatic(): boolean;
export = isChromatic;
