import type { ParsedSelector, StrategyEmitter } from '@appium/css-locator-to-native';
/** Converts parsed CSS selectors into class chain strings. */
export declare class ClassChainEmitter implements StrategyEmitter {
    readonly strategy: string;
    constructor(strategy: string);
    emit(parsed: ParsedSelector): string;
    private emitRule;
    private formatEntity;
    private formatIndex;
    private formatBooleanAttr;
    private formatStringAttr;
    private toCamelCase;
}
//# sourceMappingURL=class-chain-emitter.d.ts.map