import type { RecursivePartial } from "../../Types/RecursivePartial.js"; export interface IOptionLoader { load(data?: RecursivePartial): void; }