/**
 * bySyntax is a good proof of concept however knowing that all of Ts-Morphs validator methods just evaluate the kind value. So I should be able to just build a method that is not reliant on a Static type map so each method is mode declarative.
 *
 * Instead I can just assume that a number correlates to a type
 *
 * This should reduce the amount of Importing necessary
 */
export declare const syntaxer: () => void;
