export declare const rootReferenceTemplate: ({ type, isTypeScript, className }: {
    type: string;
    isTypeScript: boolean;
    className: string;
}) => string;
