import type { RawLoaderDefinitionFunction } from 'webpack'; import { LinariaTransformLoaderOptions } from '../types'; type LoaderType = RawLoaderDefinitionFunction; declare const turbopackTransformLoader: LoaderType; export default turbopackTransformLoader;