export declare const weapp = "weapp"; export declare const game = "game"; export declare const plugin = "plugin"; export declare const gamePlugin = "gamePlugin"; export declare const isGameKindCompileType: (compileType?: string) => boolean; export declare const isPluginKindCompileType: (compileType?: string) => boolean; export declare const isMPKindCompileType: (compileType?: string) => boolean; export declare const isGameKindProject: (project: { compileType?: string; }) => boolean; export declare const isPluginKindProject: (project: { compileType?: string; }) => boolean; export declare const isMPKindProject: (project: { compileType?: string; }) => boolean; export declare const isValidCompileType: (compileType: string) => boolean;