/** * @file Dependency.Internal.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ import type { TRuntimeModeProductionOptions } from "./Dependency.Types.ts"; export declare const DefaultOptions: TRuntimeModeProductionOptions; /** * Formats a given {@link Message} to look like a code snippet (or path, *etc.*). * * @param Message - The message to format. * * @returns {string} The {@link Message}, formatted to look like code (or a path, *etc.*). */ export declare function Code(Message: string): string; export declare function NormalizeLogMessage(Message: unknown): ReadonlyArray; //# sourceMappingURL=Dependency.Internal.d.ts.map