export declare function startProject(payload?: {
    source_type?: 'local' | 'remote';
    auto?: boolean;
}): Promise<void>;
