import type { ResultAsync } from '@vue-macros/api';
import type { CodeTransform } from '@vue-macros/common';




declare function transformBetterDefine(code: string, id: string, isProduction?: boolean): ResultAsync<CodeTransform | void>;

export { transformBetterDefine };
