export interface SimulationFile { path: string; name: string; type: "javascript" | "typescript"; } export declare const findSimulations: (sourcesFolder: string) => Promise>;