import { Generate, Linker } from "../../types.js";
export declare const prepareCloudGenerator: (linker: Linker) => Generate;
