export declare const PKG: import("read-pkg-up").NormalizedPackageJson;
export declare const MINIMAL_TSED_VERSION = "8";
export declare const DEFAULT_TSED_TAGS = "latest";
export declare const IGNORE_VERSIONS: string[];
export declare const IGNORE_TAGS: false | RegExp;
export declare const TEMPLATE_DIR: string;
