/** * Resolves eval markdown files for a Fusion application. * * @param appPath - Path to the Fusion application directory * @param evalOpt - Value of the `--eval` CLI option (name, path, or `undefined`) * @returns Array of absolute paths to eval markdown files */ export declare function resolveEvalFiles(appPath: string, evalOpt?: string): string[];