/** * Check if functions installed from JSI are present in global object. */ export declare function isLoaded(): boolean; /** * Install bindings lazily. * * Note: You don't need to call this normally. */ export declare function init(): boolean; //# sourceMappingURL=init.d.ts.map