import { Runtime } from "./globals.js"; export { consoleWriter } from "./consolewriter.js"; /** * This function is for use by the [internal-runtime] package only. This should be considered an unstable API and * may change at any time without warning or impacting the semver of this package. * * @internal */ export declare function setRuntimeForLogging_encoreInternal(runtime: Runtime, paramHook: () => Record): void; /** * This function is for use by the [internal-runtime] package only. This should be considered an unstable API and * may change at any time without warning or impacting the semver of this package. * * @internal */ export declare function configureForGCP_encoreInternal(): void; export declare function jsonlWriter(obj: unknown): string;