declare function getTsConfigPath(tsconfigPath?: string, workspaceRoot?: string): string;

export { getTsConfigPath };
