import { DevFlowApiClient } from "@devflow-tools/sdk"; export interface WithServerOptions { skipServer?: boolean; serverUrl?: string; } export declare function withServer(projectRoot: string, serverFn: (client: DevFlowApiClient) => Promise, localFn: () => Promise, opts?: WithServerOptions): Promise; //# sourceMappingURL=with-server.d.ts.map