declare function getTsConfigPath(tsconfigPath?: string, type?: "app" | "lib"): string;
declare function checkTsConfigPath(root: string): string | undefined;

export { checkTsConfigPath, getTsConfigPath };
