/** * Create the required layout for one account + agent. * Returns the workspace directory, or null when skipped / failed. */ export declare function seedAccountAgentWorkspace(userId: string, agentName?: string): Promise; /** Seed the default Agim workspace for a newly registered / logging-in member. */ export declare function seedAccountWorkspaces(userId: string): Promise; //# sourceMappingURL=account-workspace-seed.d.ts.map