export type Interactor = {};
export declare const createInteractor: <ActualInteractor extends Interactor>(nativeModule: any) => ActualInteractor;
