export declare function startDocsServer(args: {
    transport?: "stdio" | "http";
    port?: number;
}): Promise<void>;
