export interface OnStartEventListenerCallback {
    (): void;
}
