import { InputMethod } from '@keywrite/core'; export declare type InputMethodMeta = { path?: string; name: string; regions: string[]; }; export declare type InputMethodSpec = { meta: InputMethodMeta; inputMethod: InputMethod; }; //# sourceMappingURL=interfaces.d.ts.map