import type { GlobalConfig } from '@magnetarjs/types';
export declare function defaultsGlobalConfig(config: GlobalConfig): Required<GlobalConfig>;
