import type { ProjectConfig } from "../../types.js";
export declare function setupTurso(config: ProjectConfig): Promise<void>;
