import type { Handler } from 'hono'; import type { Store } from '../../store'; export declare function ejectComponentDataHandler(store: Store): Handler; //# sourceMappingURL=eject.d.ts.map