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