import type { FormatterImplementation } from './index'; export declare function findClassOrPlugin(imported: unknown): FormatterImplementation | null;