import { Node } from './Node'; import type { Components } from './Components'; import type { Operation } from './Operation'; import type { CallbackModel } from './types'; type CallbackParent = Components | Operation; export declare class Callback extends Node implements CallbackModel { } export {}; //# sourceMappingURL=Callback.d.ts.map