import { Refkey } from "@alloy-js/core"; /** * Resolve reference to symbol reference, and handle dependency management * * @param refkey - Reference key to symbol */ export declare function ref(refkey: Refkey): () => string; //# sourceMappingURL=reference.d.ts.map