export declare enum KeywordMatchType { EXACT = "EXACT", PHRASE = "PHRASE", BROAD = "BROAD" }