import type { Std } from '../std-adapter'; declare global { var $PCachedDefaultStd: undefined | Std; } /** * This will set the default standard library thats being used by the application, so you can load it at any time in * your application. */ export declare function setDefaultStd(std: Std): void; /** * If no standard library is set, this will throw an error. */ export declare function getDefaultStd(): Std; //# sourceMappingURL=config.d.ts.map