export declare function getRelativeSrcRoot({ cwd }: { cwd: string; }): Promise<"." | "./src" | null>;