export * from './key-executor'; import { KeyExecutor } from './key-executor'; /** * Array of executors for functions in templates. */ export declare const executors: KeyExecutor[];