export declare function serve(opts: { cwd?: string; schema?: string; port?: number; context?: string; authPort?: number; disableAuth?: boolean; disableWatch?: boolean; }): Promise<{ cancel: () => Promise; }>;