declare function findWorkspaceRoot(initial?: string | null | undefined): string | null;
declare namespace findWorkspaceRoot {}
export = findWorkspaceRoot;