import { RecipeConstructor } from '@openrewrite/types'; import { OptionInputObject } from '../../jest'; export declare function runAgainstSASS(jestGlobal: any, moderneUrl: string | undefined, before: string, parserType: string, recipe: RecipeConstructor, options?: OptionInputObject): Promise;