import type { Universe } from '@ephox/boss'; type AtStartOfApi = (universe: Universe, element: E, offset: number, injection: E) => void; declare const atStartOf: AtStartOfApi; export { atStartOf }; //# sourceMappingURL=Injection.d.ts.map