import type { Ref, SecretRef } from "./types.js"; export declare const makeRef: (resourceId: string, output?: string) => Ref; export declare const refKey: (resourceId: string, output?: string) => string; export declare const isRef: (value: unknown) => value is Ref; export declare const isSecret: (value: unknown) => value is SecretRef; //# sourceMappingURL=ref.d.ts.map