export declare function serverPlugin(): { name: string; start: (argv: any) => Promise; build: (argv: any) => Promise; deploy: (argv: any) => Promise; }; //# sourceMappingURL=index.d.ts.map