import { RefObject } from "react"; import { ResolveInit } from "../types/init.js"; import { BridgeAPIOptions } from "../types/options.js"; import { APIParams, ResolveAPI } from "../types/api.js"; import { InitializedOnInitMap } from "../types/maps.js"; import { HookId } from "../types/tools.js"; export declare function mountHookInitEffect, ANL extends ResolveAPI>(name: N, onInit: ResolveInit | undefined, apiNList: ANL, hookId: HookId, bridgeOptions: O | undefined, initializedOnInitMap: InitializedOnInitMap, touchedRefs: Set>): (() => void) | undefined;