import { registry } from "../types";
/**
 * @description
 * Throws error if the provided abstraction is already registered in the provided registry.
 */
export declare function throwIfAlreadyRegistered(abstraction: symbol, registry: registry): void;
