export declare function maybeJs(options: {
    js?: boolean;
    useJsx?: boolean;
}, path: string): string;
