export declare function scaffoldExecutionSeedAssetsFromStoryboard(projectSlug: string, root?: string): Promise<{ artifactPath: string; artifact: { projectSlug: string; assets: Array<{ id: string; kind: 'other'; path: string; sceneIndex: number; backend: 'storyboard-seed'; }>; }; }>; //# sourceMappingURL=execution-seed.d.ts.map