import type { Transformer } from "."; /** The result of the exported default function of a .jsx or .tsx file. */ export type Content = string | Buffer; export declare function match(filename: string): boolean; export declare const process: Transformer;