import { WasmkitRuntimeEnvironment } from "../../types"; export declare function printSuggestedCommands(packageManager: string, shouldShowInstallationInstructions: boolean): void; export declare function createContractListJson(contractDir: string, destinationDir: string, env: WasmkitRuntimeEnvironment): void; export declare function convertTypescriptFileToJson(inputFilePath: string, outputFilePath: string, name: string): void; export declare function processFilesInFolder(folderPath: string, destPath: string): void; export declare function createDir(dir: string): void; export declare function createPlayground(projectPath: string, templateName: string, destination: string, env: WasmkitRuntimeEnvironment): Promise; export declare function createConfirmationPrompt(name: string, message: string): any; export declare function installDependencies(packageManager: string, args: string, location?: string): Promise;