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