import { Json } from './shared';
declare type Args = {
    globalImports: string[];
    fixturePaths: string[];
    decoratorPaths: string[];
    rendererConfig: Json;
    rootDir: string;
    relativeToDir: string | null;
};
export declare function userDepsTemplate({ globalImports, fixturePaths, decoratorPaths, rendererConfig, rootDir, relativeToDir, }: Args): string;
export {};
