import * as cmn from "@akashic/akashic-cli-commons"; export declare function removeScriptFromFilePaths(gamejson: cmn.GameConfiguration, filePaths: string[]): void; export declare function makeScriptAssetPath(filename: string): string; export declare function findUniqueScriptAssetName(gamejson: cmn.GameConfiguration, prefix: string): string; export declare function addScriptAsset(gamejson: cmn.GameConfiguration, prefix: string): string; export declare function makeUniqueAssetPath(gamejson: cmn.GameConfiguration, assetPath: string): string; export declare function extractFilePaths(gamejson: cmn.GameConfiguration, basedir: string): string[]; export declare function extractScriptAssetFilePaths(gamejson: cmn.GameConfiguration): string[]; export declare function isScriptJsFile(filePath: string): boolean; export declare function isEmptyScriptJs(str: string): boolean;