export declare const target = "bytedance";
export declare const targetDescription = "\u5B57\u8282\u5C0F\u7A0B\u5E8F";
export declare const fileType: {
    readonly template: ".ttml";
    readonly style: ".ttss";
    readonly config: ".json";
    readonly script: ".js";
    readonly sjs: ".sjs";
};
export declare const globalObject = "tt";
export declare const resolveMainFields: string[];
export declare const defaultConditionalFileExt = ".tt";
export declare const sjsTagName = "sjs";
export declare const sjsSrcAttrName = "src";
export declare const sjsModuleAttrName = "module";
export declare const isSupportSjsContent = true;
export declare const defaultOutputDir = "dist/bytedance";
export declare const compileModuleKind: "CommonJS";
export declare const compileScriptTarget: "ES5";
export declare const projectConfigFiles: string[];
export declare const supportGlobalComponents = false;
export declare const templateSingleTagNames: string[];
export declare const templateDirectives: {
    if: string;
    elseIf: string;
    else: string;
    for: string;
    forItem: string;
    forIndex: string;
    key: string;
};
