import { CosmosConfig } from '../config/shared';
import { Json } from './shared';
declare type Args = {
    cosmosConfig: CosmosConfig;
    rendererConfig: Json;
    relativeToDir: string | null;
};
export declare function generateUserDepsModule({ cosmosConfig, rendererConfig, relativeToDir, }: Args): string;
export {};
