import type { Func } from "hry-types/src/Misc/Func"; import type { FinalOptionsOfComponent } from ".."; export declare function hijack(config: T, field: keyof T, before: Func[], after?: Func[]): void;