export declare function detectJS(fileName: string | undefined): "javascript" | "typescript" | undefined;
