/**
 * Returns true if the framework can use the base TS config.
 * @param {string} framework
 */
export declare const useBaseTsSupport: (framework: string) => boolean;
