export declare const target = "kuaishou";
export declare const targetDescription = "\u5FEB\u624B\u5C0F\u7A0B\u5E8F";
export declare const fileType: {
    readonly template: ".ksml";
    readonly style: ".css";
    readonly config: ".json";
    readonly script: ".js";
    readonly sjs: ".wxs";
};
export declare const globalObject = "ks";
export declare const resolveMainFields: string[];
export declare const defaultConditionalFileExt = ".ks";
export declare const sjsTagName = "wxs";
export declare const sjsSrcAttrName = "src";
export declare const sjsModuleAttrName = "module";
export declare const isSupportSjsContent = true;
export declare const defaultOutputDir = "dist/kuaishou";
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;
};
