import Scheduler from "@rbxts/planck/out/Scheduler";
import type { Plugin } from "@rbxts/planck/out/types";
export * from "./hooks";
export * from "./topo";
export declare class PlanckHooksPlugin implements Plugin {
    private readonly systemData;
    private readonly phaseData;
    private setupPhase;
    private updatePhase;
    build(schedular: Scheduler<unknown[]>): void;
}
