import { IProductGraphEnvs } from '../types/productsBuilder.types'; import { CloudMaterializeContext } from './cloud-materialize.util'; export type CloudLinkedGraphEnv = IProductGraphEnvs & { instance?: string; }; export declare function materializeCloudLinkedGraphEnv(env: CloudLinkedGraphEnv, ctx: CloudMaterializeContext & { graphTag: string; }): Promise;