/** * Suppress Node ExperimentalWarnings that zhin intentionally relies on * (native TypeScript type-stripping, node:sqlite). Prefer also passing * `--disable-warning=ExperimentalWarning` on child process argv. */ export declare const DISABLE_EXPERIMENTAL_WARNING_FLAG = "--disable-warning=ExperimentalWarning"; declare global { var __zhinExperimentalWarningsSuppressed: boolean | undefined; } export declare function suppressNodeExperimentalWarnings(): void; //# sourceMappingURL=node-warnings.d.ts.map