import { AssemblyVersions } from './types';
export declare function generateRuntimeAssemblies(projectPath: string): Promise<AssemblyVersions>;
