import { BytedanceCompilerPlugin } from './plugin';
export { twbTemplateProcessor as templateProcessor } from '@morjs/plugin-compiler-wechat';
export * from './constants';
export * from './runtimeConfig';
export declare const Plugin: typeof BytedanceCompilerPlugin;
