import type { ImportObject } from "./wasm/arcjet_analyze_js_req.component.js"; /** * Initialize the generated WebAssembly component. * * @param coreImports * Things, typically functions, to pass into the component. * @returns * Promise that resolves to the initialized component. */ export declare function initializeWasm(coreImports: ImportObject): Promise; export type { BotConfig, BotResult, DetectSensitiveInfoFunction, DetectedSensitiveInfoEntity, EmailValidationConfig, EmailValidationResult, ImportObject, FilterResult, SensitiveInfoEntities, SensitiveInfoEntity, SensitiveInfoResult, } from "./types.js";