export interface GetNormalizedOutputPathOptions { cwd: string; output?: string; } export default function getNormalizedOutputPath({ cwd, output }: GetNormalizedOutputPathOptions): string;