export declare class Mapper {
    #private;
    constructor(context: import('./finder.js').Finder);
    correspond(selector: string): any[];
}
