export interface OnStopEventListenerCallback {
    (): void;
}
