import type { types as t } from '@babel/core'; import type { FileContext } from '../types'; export declare function createRuleLiteral(path: typeof import('path'), astService: typeof t, fileContext: FileContext, rule: string, addAssetImport: (path: string) => t.Identifier): t.StringLiteral | t.TemplateLiteral;