import { Script } from "./Script"; export declare function calculateRamUsage(codeCopy: string, otherScripts: Script[]): number;