import { KeywordTranslatorTable } from '../destination/base/destination';
import { DestinationType } from '../destination/utils/destination-type';
export declare class KeywordTableHolder {
    private stringValueDestinationKeywordHT;
    private mapByDestinations;
    getHt(destType: DestinationType): KeywordTranslatorTable;
    defaultKeywords: KeywordTranslatorTable;
}
