export default class KeywordHandler {
    static getString(input: string): string;
}
