declare function transformDefineSlots(code: string, id: string): { code: string; map: any; } | undefined; export { transformDefineSlots };