/** * Default configuration for Forge SDK */ import type { ForgeConfig } from '../types'; export declare function getDefaultGlobalConfig(): ForgeConfig; //# sourceMappingURL=defaults.d.ts.map