/**
 * 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 { OrganizationSummary } from './organization-summary';
export declare const transformWorkspaceOrganizationMemberEventContextToJSON: (value: WorkspaceOrganizationMemberEventContext) => any;
export declare const transformJSONToWorkspaceOrganizationMemberEventContext: (value: any) => WorkspaceOrganizationMemberEventContext;
/**
 *
 * @export
 * @interface WorkspaceOrganizationMemberEventContext
 */
export interface WorkspaceOrganizationMemberEventContext {
    /**
     *
     * @type {OrganizationSummary}
     * @memberof WorkspaceOrganizationMemberEventContext
     */
    organization: OrganizationSummary;
}
