import type { GlobalConfig, MagnetarInstance } from '@magnetarjs/types';
/**
 * Creates a magnetar instance.
 * @see {@link GlobalConfig}
 * @see {@link MagnetarInstance}
 */
export declare function Magnetar(magnetarConfig: GlobalConfig): MagnetarInstance;
