import { Destroyable, IDestroyable } from 'destroyable'; import { TouchController } from '../touch/TouchController'; export declare class TouchControllerDebugLayer extends Destroyable implements IDestroyable { constructor(touchController: TouchController); destroy(): Promise; }