UNPKG

mastra

Version:
8 lines 206 B
interface StartOptions { dir?: string; env?: string; customArgs?: string[]; } export declare function start(options?: StartOptions): Promise<void>; export {}; //# sourceMappingURL=start.d.ts.map