import type { Config as SwcConfig } from '@swc/core'; export type SwcOption = SwcConfig & { module?: { resolveFully: boolean; }; parseMap?: boolean; sync?: boolean; }; declare const _default_1: (ssr: boolean, other?: SwcConfig) => SwcConfig; export default _default_1;