import type { Engine } from "../../engine";
export declare function loadAbsorbersPlugin(engine: Engine): Promise<void>;
