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