import type { Transformer } from "."; export declare function match(filename: string): boolean; export declare const process: Transformer;