import { type StyleObject } from "./types"; export declare function runTest(prefix: string, input: StyleObject): string;