import type { AsyncContext } from "../utils/context.js"; import type { UnknownClass } from "./unknown-classes.js"; export declare function getUnknownClasses(ctx: AsyncContext, tailwindContext: any, classes: string[]): Promise; //# sourceMappingURL=unknown-classes.async.v3.d.ts.map