export declare class StorybookStaticsServer { private server; start({ port }: { port: 6006; }): Promise; stop(): Promise; } //# sourceMappingURL=StorybookStaticsServer.d.ts.map