/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. */ export declare function doBuild(): void; export declare function startServer(): void; export declare function passthrough(...args: string[]): void; export declare function authenticate(args: string[]): void;