/**
 * 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 transformStyleguideMemberEventContextToJSON: (value: StyleguideMemberEventContext) => any;
export declare const transformJSONToStyleguideMemberEventContext: (value: any) => StyleguideMemberEventContext;
/**
 *
 * @export
 * @interface StyleguideMemberEventContext
 */
export interface StyleguideMemberEventContext {
    /**
     *
     * @type {Styleguide}
     * @memberof StyleguideMemberEventContext
     */
    styleguide: Styleguide;
}
