import type { Children, Refkey } from "@alloy-js/core"; import type { TSOutputSymbol } from "./ts-output-symbol.js"; export interface RefOptions { type?: boolean; } export declare function ref(refkey: Refkey, options?: RefOptions): () => [Children, TSOutputSymbol | undefined]; //# sourceMappingURL=reference.d.ts.map