/**
 * Zeplin API
 * Access your resources in Zeplin
 *
 * Contact: support@zeplin.io
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { Styleguide } from './styleguide';
export declare const transformStyleguideColorEventContextToJSON: (value: StyleguideColorEventContext) => any;
export declare const transformJSONToStyleguideColorEventContext: (value: any) => StyleguideColorEventContext;
/**
 *
 * @export
 * @interface StyleguideColorEventContext
 */
export interface StyleguideColorEventContext {
    /**
     *
     * @type {Styleguide}
     * @memberof StyleguideColorEventContext
     */
    styleguide: Styleguide;
}
