/** * Kuzu native close may segfault on some macOS environments. * We skip explicit close on analyze exit there, unless force-enabled. */ export declare function shouldCloseKuzuOnAnalyzeExit(platform?: NodeJS.Platform, forceCloseOnExit?: string | undefined): boolean;