/** * @purpose Return safe code verification commands for the current project (tests, lint, types). * @param projectRoot Repository root for searching markers and package.json. * @returns List of commands in priority order; empty list if the detector did not find a safe set. */ export declare function resolveSafeVerifyCommands(projectRoot: string): string[];