export declare class OpenWorkEvent {
    workId: string;
    reference: number;
    type: string;
}
